{% requireAdmin %} {% if plugin is not defined %} {% set plugin = craft.plugins.getPlugin(pluginClass) %} {% if not plugin %}{% exit 404 %}{% endif %} {% endif %} {% set crumbs = [ { label: "Settings"|t, url: url('settings') }, { label: "Plugins"|t, url: url('settings/plugins') } ] %} {% extends "_layouts/cp" %} {% set title = plugin.name %} {% set docTitle = title ~ ' - ' ~ "Plugins"|t %} {% block content %}
{{ getCsrfInput() }} {% namespace 'settings' %} {{ plugin.getSettingsHtml()|raw }} {% endnamespace %}
{% endblock %}